﻿<?xml version="1.0" encoding="utf-8"?>
<RadGridView>
  <Columns>
    <Column name="Edit" isvisable="true" width="50" />
    <Column name="Row" isvisable="true" width="90" />
    <Column name="ID" isvisable="true" width="100" />
    <Column name="TreaterRef" isvisable="false" width="100" />
    <Column name="TreaterName" isvisable="true" width="150" />
    <Column name="SubRef" isvisable="false" width="100" />
    <Column name="SubName" isvisable="true" width="150" />
    <Column name="Currency" isvisable="false" width="150" />
    <Column name="Amount" isvisable="true" width="153" />
    <Column name="CurrencyRatio" isvisable="false" width="100" />
    <Column name="CurrencyRatioD" isvisable="false" width="100" />
    <Column name="RecPayAmount" isvisable="true" width="191" />
    <Column name="Date" isvisable="true" width="200" />
    <Column name="RefTable" isvisable="false" width="150" />
    <Column name="Description" isvisable="true" width="253" />
  </Columns>
</RadGridView>